Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.threed.web.ui.resources.contrib--bundles

This contribution is part of XML component org.nuxeo.threed.web.ui.resources.contrib inside nuxeo-platform-3d-web-ui-9.10.jar /OSGI-INF/threed-webresources-contrib.xml

Extension Point

Extension point bundles of component WebResources.

Contributed Items

  • <bundle name="web-ui">
          <resources append="true">
            <resource>nuxeo-threed.html</resource>
            <resource>threed.svg</resource>
          </resources>
        </bundle>

XML Source

<extension point="bundles" target="org.nuxeo.ecm.platform.WebResources">
    <bundle name="web-ui">
      <resources append="true">
        <resource>nuxeo-threed.html</resource>
        <resource>threed.svg</resource>
      </resources>
    </bundle>
  </extension>